@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Oregano:ital@0;1&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html {
  scroll-behavior: smooth;
}

  
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: 'Bebas Neue', cursive;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

b, strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
  text-decoration: underline;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

dt {
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
}

code, kbd, pre, samp {
  font-family: 'Bebas Neue', cursive;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

code {
  font-size: 87.5%;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

img {
  max-width: 100%;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@font-face {
  font-family: 'Bebas Neue', cursive;
  src: url(/font/BebasNeue-Regular.ttf);
}

.hide {
  display: none;
}

body {
  font-family: 'Bebas Neue', cursive;
  background-color: #e97d1b;
}

@-webkit-keyframes cloudanimation {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  50% {
    -webkit-transform: translate(50%, 8%);
            transform: translate(50%, 8%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@keyframes cloudanimation {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  50% {
    -webkit-transform: translate(50%, 8%);
            transform: translate(50%, 8%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.main-container {
  background-color: #000;
  margin: 20px;
  padding-bottom: 2em;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103), -5px -5px 10px rgba(255, 255, 255, 0.171);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103), -5px -5px 10px rgba(255, 255, 255, 0.171);
}

.main-container .bg-img {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin-left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-container .cloud-group {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-container .cloud-group img {
  position: absolute;
  -webkit-animation-name: cloudanimation;
          animation-name: cloudanimation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.main-container .cloud-group img:nth-of-type(1) {
  top: 1%;
  left: 10%;
  width: 100px;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}

.main-container .cloud-group img:nth-of-type(2) {
  top: 10%;
  left: 30%;
  width: 200px;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}

.main-container .cloud-group img:nth-of-type(3) {
  top: 3%;
  left: 80%;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
}

.main-container .container {
  position: relative;
}

.container {
  z-index: 10;
}

.container .img-data, .container h2 {
  text-align: center;
  width: 100%;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.container .img-data:hover, .container h2:hover {
  -webkit-transform: scale(1.1, 1.1) !important;
          transform: scale(1.1, 1.1) !important;
}

.container h2 {
  font-family: 'Oregano', cursive;
  font-style: italic;
  color: #e97d1b;
  font-weight: 600;
  font-size: 1.3em;
}

.container h2:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.container .img-data {
  padding: 1em;
}

.container .img-data img {
  width: 100%;
  max-width: 500px;
}

.container .row {
  margin-bottom: 2em;
}

.container .row .col {
  padding: 0px 2em;
}

.container .row .col .area {
  margin-bottom: 2em;
}

.container .row .col .area h3 {
  font-size: 2.5em;
    letter-spacing: 0.05em;
  font-weight: 400;
  color: #e97d1b;
}

.container .row .col .area .list p {
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  padding: 2px 0px;
  margin: 0px;
  padding-right: 15px;
  font-size: 1.25em;
    letter-spacing: 0.05em;
}

.container .row .col .area .list p span {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

.container .row .col .contact {
  position: relative;
  display: block;
}

.container .row .col .contact .title {
  position: absolute;
  -webkit-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
  top: 40%;
  left: -2em;
  font-size: 1.75em;
  font-weight: 400;
  color: #e97d1b;
  letter-spacing: 1px;
}

.container .row .col .contact .title:after {
  content: " ";
  height: 1px;
  width: 100%;
  background-color: #e97d1b;
  position: absolute;
  left: 0px;
  top: 1.7em;
}

.container .row .col .contact .contact-data {
  margin-left: 3em;
}

.container .row .col .contact .contact-data a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e97d1b;
  color: #fefefe;
  font-weight: 400;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}

.container .row .col .contact .contact-data a i {
  background-color: #e97d1b;
  padding: 5px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.container .row .col .contact .contact-data a:hover i {
  margin-right: 30px;
}

.container .row .col .contact .contact-data a:last-child {
  margin-bottom: 0px;
}

.container .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.container .location h1 {
  background-color: #e97d1b;
  font-size: 1.5em;
    letter-spacing: 0.2em;
  padding: 10px 60px;
  font-weight: 200;
  color: #fefefe;
  text-transform: uppercase;
font-family: 'Bebas Neue', cursive;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.container .location h1::after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #F68638;
  right: -25px;
  top: 0;
  z-index: 2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.container .location h1::before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #F68638;
  left: -25px;
  top: 0;
  z-index: 2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.container .location:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

@media (min-width: 768px) {
  .main-container {
    margin: 20px;
  }
  .main-container .cloud-group {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin-left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-container .cloud-group img {
    position: absolute;
    -webkit-animation-name: cloudanimation;
            animation-name: cloudanimation;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .main-container .cloud-group img:nth-of-type(1) {
    top: 1%;
    left: 5%;
    width: 100px;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
  .main-container .cloud-group img:nth-of-type(2) {
    top: 10%;
    left: 30%;
    width: 200px;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
  .main-container .cloud-group img:nth-of-type(3) {
    top: 3%;
    left: 80%;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
  }
}

@media (min-width: 992px) {
  .main-container .cloud-group {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin-left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-container .cloud-group img {
    position: absolute;
    -webkit-animation-name: cloudanimation;
            animation-name: cloudanimation;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .main-container .cloud-group img:nth-of-type(1) {
    top: 5%;
    left: 20%;
    width: 200px;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
  }
  .main-container .cloud-group img:nth-of-type(2) {
    top: 20%;
    left: 30%;
    width: 250px;
    -webkit-animation-duration: 80s;
            animation-duration: 80s;
  }
  .main-container .cloud-group img:nth-of-type(3) {
    top: 10%;
    left: 80%;
    width: 180px;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
  }
  .main-container .container {
    padding: 0em 2em;
  }
  .main-container .container .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    max-width: 800px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .main-container .location h1:after {
    background-color: #e97d1b;
  }
  .main-container .location h1::before {
    background-color: #e97d1b;
  }
}
/*# sourceMappingURL=style.css.map */




